@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.lin40 {
  line-height: 40px;
}
/*banner*/
.header {
  background: url(../images/header.jpg) no-repeat center top;
  background-size: 100%;
}
.top {
  height: 100px;
}
.nav {
  width: 775px;
}
.nav li {
  line-height: 100px;
  font-size: 18px;
}
.nav li:hover {
  color: #0ea1f6;
}
.nav li.active {
  color: #0ea1f6;
}
.banner {
  width: 93.75%;
  margin: 0 auto;
}
.header_tel {
  line-height: 70px;
  margin-right: 80px;
}
.header_tel img {
  margin-right: 10px;
}
.small_banner {
  width: 280px;
  height: 160px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  bottom: 0;
  right: 0;
  padding: 10px 10px 0;
  z-index: 3;
}
.small_banner img {
  border-radius: 30px;
}
.small_banner .swiper-pagination {
  margin: 10px 0 0 ;
}
.small_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0 15px;
  opacity: 1;
  background: #c4c4c4;
  text-indent: -999em;
}
.small_banner .swiper-pagination-bullet-active {
  background: none;
  color: #0075ff;
  font-weight: bold;
  text-indent: 0;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 32px;
  display: inline-block;
  text-align: center;
  padding: 0 12px;
  margin: 0 5px;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
}
.pagination li.active {
  background: #0ea1f6;
  color: #fff;
}
.pro_bg {
  background: url(../images/pro_bg.jpg) no-repeat center top;
  height: 790px;
  padding: 70px 0 0;
}
.tit h2 {
  width: 300px;
  border-bottom: solid 1px #cccccc;
  line-height: 58px;
  padding-left: 80px;
  font-size: 36px;
}
.tit img {
  margin-right: 18px;
}
.tit p {
  color: #999;
  letter-spacing: 15px;
  padding-left: 147px;
  line-height: 56px;
}
.more {
  width: 210px;
  height: 66px;
  background: url(../images/more.png) no-repeat;
  padding: 10px 0 0;
  line-height: 56px;
  display: block;
  color: #fff;
  transition: all 0.6s;
}
.more:hover {
  transform: translateY(-10px);
}
.pro_box {
  margin: 20px 0 0;
}
.pro_list {
  width: 210px;
}
.pro_list li {
  width: 210px;
  height: 160px;
  border: solid 5px #fff;
  margin-bottom: 10px;
  position: relative;
}
.pro_list li img {
  width: 100%;
  height: 100%;
}
.pro_list li.current {
  border: solid 5px #0ea1f6;
}
.pro_list li span {
  position: absolute;
  top: 43%;
  right: -44px;
}
.pro_con_box {
  width: 915px;
}
.pro_con {
  display: none;
}
.pro_con:first-child {
  display: block;
}
.pro_big {
  width: 500px;
  height: 500px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.pro_big img {
  border: solid 10px #fff;
  width: 100%;
  height: 100%;
}
.pro_infor {
  width: 365px;
}
.pro_name {
  font-size: 20px;
  color: #000;
}
.pro_more {
  width: 520px;
  height: 110px;
  right: 0;
  bottom: 78px;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  height: 732px ;
  padding: 70px 0 0;
}
.about_box {
  width: 600px;
  margin: 50px 0 0;
}
.about_con h2 {
  font-size: 20px;
  color: #000;
}
.about_con h3 {
  font-size: 14px;
  font-family: Arial;
  color: #000;
  letter-spacing: 4px;
  margin: 10px 0 0;
}
.about_txt {
  line-height: 2.5;
  margin: 20px 0 30px;
}
.about_nav {
  margin: 85px 0 0;
}
.about_nav li h4 {
  font-weight: normal;
  color: #999;
  font-family: Arial;
  text-transform: uppercase;
}
.about_nav li:hover h4,
.about_nav li:hover .about_num,
.about_nav li:hover p {
  color: #0ea1f6;
}
.about_num {
  font-family: Impact;
  font-size: 46px;
  margin-right: 10px;
}
.about_video {
  background: #0ea1f6;
  width: 46.875%;
  right: 0;
  bottom: 0;
  height: 540px;
}
.about_video video {
  width: 82.22222222%;
  height: 540px;
  border-right: solid 9px #fff;
}
.news_box {
  padding: 80px 0 70px;
}
.news_type {
  width: 500px;
  height: 100px;
  background: #f7f7f7;
  border-radius: 50px;
  padding-left: 60px;
}
.news_type li {
  margin-right: 80px;
  cursor: pointer;
}
.news_type li span {
  width: 58px;
  height: 58px;
  position: relative;
  display: block;
  border-radius: 100%;
  margin-right: 10px;
}
.news_type li span img {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.news_type li span img:last-child {
  opacity: 0;
}
.news_type li.current span {
  background: #0ea1f6;
}
.news_type li.current span img:first-child {
  opacity: 0;
}
.news_type li.current span img:last-child {
  opacity: 1;
}
.news_list_box {
  margin: 40px 0 0;
}
.news_list {
  display: none;
}
.news_list:first-child {
  display: block;
}
.news_list li {
  width: 390px;
  margin: 0 15px 0 0;
  background: #f7f7f7;
}
.news_list li:nth-child(3n+3) {
  margin-right: 0;
}
.news_list li:hover h2 {
  color: #0ea1f6;
}
.news_list li:hover h2::after {
  background: #0ea1f6;
}
.news_list_con {
  padding: 0 10px;
  height: 230px;
}
.news_list_con h2 {
  font-size: 20px;
  position: relative;
  padding: 15px 0 25px;
}
.news_list_con h2::after {
  width: 20px;
  height: 3px;
  background: #333333;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.news_list_txt {
  margin: 25px 0;
}
.youshi_type {
  width: 360px;
  background: #f6f9fd;
}
.youshi_type li {
  height: 120px;
  border-bottom: solid 1px #e6e6e6;
  text-align: center;
  line-height: 120px;
  cursor: pointer;
  font-size: 24px;
}
.youshi_type li img {
  margin-right: 20px;
}
.youshi_type li.current {
  color: #0ea1f6;
  font-weight: bold;
}
.youshi_bg {
  width: 840px;
  height: 360px;
  background: url(../images/youshi_bg.jpg) no-repeat;
  padding: 0 100px 0 60px;
  color: #fff;
  display: none;
}
.youshi_bg:first-child {
  display: block;
}
.youshi_con h2 {
  font-size: 28px;
}
.youshi_con .youshi_txt {
  font-size: 20px;
}
.partner_box {
  padding: 70px 0 20px;
}
.partner_list {
  padding: 20px 0 0;
}
.partner_list li {
  width: 270px;
  height: 100px;
  border: solid 1px #e6e6e6;
  margin: 0 40px 40px 0;
}
.partner_list li:nth-child(4n+4) {
  margin-right: 0;
}
.partner_list li img {
  width: 100%;
  height: 100%;
}
.friendlink_bg {
  background: #f7f7f7;
  height: 120px;
}
.friendlink {
  width: 1036px;
}
.friendlink a {
  margin-right: 52px;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  height: 240px;
  color: #fff;
}
.copyright {
  width: 420px;
  line-height: 42px;
}
.contact {
  width: 690px;
}
.contact p {
  line-height: 42px;
}
.contact p img {
  margin-right: 20px;
}
.m_header {
  background: url(../images/m_header.jpg) no-repeat center top;
  background-size: 100%;
}
.m_tit {
  width: 100%;
  left: 0;
  top: 40%;
  color: #fff;
}
.m_tit h2 {
  font-size: 36px;
}
.m_tit p {
  letter-spacing: 10px;
  margin-top: 10px;
}
.search_bg {
  background: #f7f7f7;
  height: 100px;
  padding: 26px 0 0;
}
.search {
  width: 400px;
  height: 48px;
  background: #e6e6e6;
  border-radius: 24px;
}
.search_txt {
  width: 310px;
  height: 48px;
  background: url(../images/ss.png) no-repeat 30px center;
  padding: 0 10px 0 70px;
  border: none;
}
.search_btn {
  width: 86px;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  background: #0ea1f6;
  border: none;
}
.main {
  padding: 40px 0 60px;
}
.left {
  width: 280px;
}
.left_type {
  background: url(../images/pro_type.jpg) no-repeat;
  height: 150px;
  color: #fff;
}
.left_type h2 {
  font-size: 24px;
}
.left_list {
  background: #f7f7f7;
}
.left_list li {
  border-bottom: solid 1px #e6e6e6;
  background: url(../images/dot1.png) no-repeat 20px center;
  padding-left: 50px;
  line-height: 60px;
}
.left_list li:last-child {
  border-bottom: none;
}
.left_list li:hover {
  background: url(../images/dot2.png) no-repeat 20px center;
}
.left_list li.on {
  background: url(../images/dot2.png) no-repeat 20px center;
}
.left_list li a {
  display: block;
}
.right {
  width: 880px;
}
.m_pro {
  padding-bottom: 40px;
}
.m_pro li {
  width: 280px;
  text-align: center;
  margin: 0 20px 20px 0;
}
.m_pro li:nth-child(3n+3) {
  margin-right: 0;
}
.m_pro li p {
  background: #0ea1f6;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  color: #fff;
  margin: 10px 0 0;
}
.m_pro li:hover .m_pro_pic::after {
  transform: scale(1, 1);
}
.m_pro li:hover .m_pro_more {
  opacity: 1;
}
.m_pro_pic img {
  width: 280px;
  height: 210px;
}
.m_pro_pic::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.6s;
  transform: scale(0);
}
.m_pro_more {
  width: 120px;
  height: 40px;
  border-radius: 5px;
  line-height: 38px;
  border: solid 1px #fff;
  color: #fff;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.about_type {
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0;
  width: 100%;
  padding: 0 80px;
}
.about_type li {
  margin-right: 0;
}
.m_about_tit {
  border-bottom: solid 1px #e6e6e6;
  margin: 40px 0 0;
  height: 70px;
  line-height: 70px;
}
.sub_about_tit {
  font-size: 32px;
  color: #000;
}
.sub_about_en {
  font-size: 18px;
  text-transform: uppercase;
}
.sub_about_en::after {
  width: 80px;
  height: 5px;
  background: #0ea1f6;
  display: block;
  content: "";
  right: 0;
  bottom: -2px;
  position: absolute;
}
.honor_list {
  padding: 20px 0 0;
}
.honor_list li {
  width: 285px;
  height: 210px;
  border: solid 1px #e6e6e6;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.honor_list li:nth-child(4n+4) {
  margin-right: 0;
}
.honor_bg {
  background: url(../images/honor_bg.jpg) no-repeat center bottom;
}
.service_pic {
  width: 600px;
  height: 460px;
}
.service_pic img {
  width: 100%;
  height: 100%;
}
.service_pic_con {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1.4;
}
.service_pic_con h2 {
  font-size: 80px;
}
.service_pic_con h4 {
  font-size: 28px;
}
.service_con {
  width: 600px;
  height: 460px;
  background: #f5f5f5;
  padding: 0 70px;
}
.service .swiper-button-next,
.service .swiper-button-prev {
  width: 28px;
  height: 28px;
  margin-top: -14px;
}
.service .swiper-button-next {
  background: url(../images/nar3.png) no-repeat;
  background-size: 100%;
}
.service .swiper-button-prev {
  background: url(../images/nar2.png) no-repeat;
  background-size: 100%;
}
.service .swiper-pagination {
  width: 100%;
  position: static;
  margin: 25px 0 50px;
}
.service .swiper-pagination-bullet {
  margin: 0 4px;
}
.m_case {
  padding-bottom: 20px;
}
.m_case li {
  width: 380px;
  margin: 0 30px 30px 0;
  cursor: pointer;
}
.m_case li:nth-child(3n+3) {
  margin-right: 0;
}
.m_case_pic {
  width: 380px;
  height: 285px;
}
.m_case_pic img {
  width: 100%;
  height: 100%;
}
.m_case_con {
  height: 100px;
  border: solid 1px #e6e6e6;
  font-size: 18px;
  padding: 0 20px;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.case_big {
  width: 950px;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.case_big p {
  color: #fff;
  font-size: 24px;
  margin: 20px 0 0;
}
.case_big_img {
  max-width: 100%;
  max-height: 550px;
}
.close {
  right: -57px;
  top: -40px;
  cursor: pointer;
}
.par_tit {
  font-size: 36px;
}
.m_news {
  padding: 30px 0 60px;
}
.m_news li {
  padding: 20px;
  border-bottom: solid 1px #e6e6e6;
}
.m_news li:hover {
  background: #f7f7f7;
}
.m_news li:hover .m_news_tit {
  color: #0ea1f6;
}
.m_news li:hover .m_news_more {
  background: #0ea1f6;
  color: #fff;
}
.m_news_pic {
  width: 240px;
  height: 180px;
}
.m_news_pic img {
  width: 100%;
  height: 100%;
}
.m_news_con {
  width: 880px;
}
.m_news_tit {
  color: #333333;
  font-size: 20px;
}
.m_news_more {
  width: 100px;
  height: 32px;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  color: #999;
}
.m_news_txt {
  margin: 20px 0;
}
.m_cont_con {
  width: 470px;
}
.m_cont_con h2 {
  font-size: 36px;
}
.m_cont_con h3 {
  font-size: 20px;
}
.m_cont_con h4 {
  font-size: 32px;
}
.m_cont_con h1 {
  font-size: 40px;
  color: #1498ec;
  font-family: Impact;
}
.m_con_txt {
  line-height: 34px;
  font-size: 18px;
}
.map {
  width: 660px;
  height: 460px;
}
.mes_tit {
  font-size: 28px;
  padding: 45px 0 30px;
}
.mes_user {
  width: 590px;
  height: 52px;
  border: solid 1px #b3b3b3;
  border-radius: 5px;
  padding: 0 22px;
}
.mes_user1 {
  width: 100%;
  height: 200px;
  padding: 10px 22px;
  margin: 30px 0 40px;
  border: solid 1px #b3b3b3;
  border-radius: 5px;
}
.mes_btn {
  width: 300px;
  height: 60px;
  border-radius: 5px;
  background: #0ea1f6;
  color: #fff;
  margin: 0 auto ;
  border: none;
}
.xx_tit {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 25px;
}
.xx_tit h2 {
  font-size: 26px;
  margin-bottom: 5px;
}
.xx_tit p span {
  margin: 0 8px;
}
.xx {
  margin: 30px 0 60px;
  min-height: 300px;
}
.nextpage a {
  width: 90px;
  height: 32px;
  border: solid 1px #e6e6e6;
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
